home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / yerli / 01 / DISK1 / setup1.cab / f0000022 < prev    next >
Text File  |  2001-01-16  |  2KB  |  63 lines

  1. * C:\VFP_PROJELERI\DENEME_SINAVI\DENEME_SINAVI_APP.H
  2.  
  3. * This file is a generated, framework-enabling component
  4. * created by APPBUILDER 
  5. * (c) Microsoft Corporation
  6.  
  7.  
  8. * header file holding framework-generated project data for
  9. * C:\VFP_PROJELERI\DENEME_SINAVI\DENEME_SINAVI Project
  10.  
  11. * the following is for your reference/identification --
  12. * the application object and splash receive this information into
  13. * their cCaption property, and this #DEFINE does not provide it:
  14. * #DEFINE APP_NAME                "deneme_sinavi"
  15.  
  16.  
  17. #DEFINE APP_SUPERCLASS         "_application"
  18.  
  19. * developer can change this one
  20. * to use a different global reference
  21. * if desired -- a BUILD ALL/RECOMPILE
  22. * is required afterwards to synch up
  23. * references in generated menus and PRGs.
  24. #DEFINE APP_GLOBAL              goApp
  25.  
  26. * This one indicates the member name of the object
  27. * placed on "framework-enabled" forms:
  28. #DEFINE APP_MEDIATOR_NAME       "app_mediator"
  29.  
  30. * developer can change these to a different subclass
  31. * of APP_SUPERCLASS if desired:
  32. #DEFINE APP_CLASSLIB            "DENEME_SINAVI_APP.VCX"
  33. #DEFINE APP_CLASSNAME           "app_application"
  34.  
  35. * the splash class can be anything you want:
  36. #DEFINE APP_SPLASHCLASS         "app_splash"
  37. #DEFINE APP_SPLASHCLASSLIB      "DENEME_SINAVI_APP.VCX"
  38. * how long should the splash screen stay up if
  39. * no key is pressed and if the app object initializes
  40. * too quickly? (this figure is in seconds)
  41. #DEFINE APP_SPLASHDELAY         3
  42.  
  43. * the following are localization strings for the wrapper program:
  44. #DEFINE APP_CANNOT_RUN_LOC           "Application cannot run."
  45. #DEFINE APP_ALREADY_RUNNING_LOC      "Application already running."
  46. #DEFINE APP_WRONG_SUPERCLASS_LOC     "Sorry -- this application must instantiate "+ CHR(13)+ ;
  47.                                      "an object that descends from "+APP_SUPERCLASS+"."
  48.  
  49. * this is a localization string for the menus:                                     
  50. #DEFINE APP_FEATURE_NOT_AVAILABLE_LOC "Feature not available."                                     
  51.  
  52. * this one is a hook in the startup program, not
  53. * needed by the framework:
  54. * #DEFINE APP_INITIALIZE          *<Initialize>*
  55.  
  56. * strictly speaking the 6.0 framework does not
  57. * need the following, but the 5.0 template apps may,
  58. * if they are adapted for the new framework:
  59. * #DEFINE APP_CD                  *<CD>*
  60. * #DEFINE APP_PATH                *<PATH>*
  61.  
  62.  
  63.